Kotools Types
4.0.1
4.5.3
4.5.2
4.5.1
4.5.0
4.4.2
4.3.1
4.2.0
4.1.0
4.0.1
3.2.0
2.0.0
1.3.1
Kotools Types
/
kotools.types.collection
/
notEmptyListOf
not
Empty
List
Of
@
SinceKotoolsTypes
(
version
=
"4.0"
)
fun
<
E
>
notEmptyListOf
(
head
:
E
,
vararg
tail
:
E
)
:
NotEmptyList
<
E
>
Creates a
NotEmptyList
starting with a
head
and containing all the elements of the optional
tail
.